projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6b8c3
)
Fix vncdisplay handling.
author
Ewan Mellor
<ewan@xensource.com>
Fri, 24 Nov 2006 14:05:59 +0000
(14:05 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Fri, 24 Nov 2006 14:05:59 +0000
(14:05 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/image.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/image.py
b/tools/python/xen/xend/image.py
index e9506f2d104181812b59f68f643064b8b81a11b0..ab80f3e742a1c86eda5e753ff12e2f6192755398 100644
(file)
--- a/
tools/python/xen/xend/image.py
+++ b/
tools/python/xen/xend/image.py
@@
-377,8
+377,8
@@
class HVMImageHandler(ImageHandler):
return ret
if vnc:
- vncdisplay = sxp.child_value(config, 'vncdisplay',
-
int(
self.vm.getDomid()))
+ vncdisplay =
int(
sxp.child_value(config, 'vncdisplay',
+
self.vm.getDomid()))
vncunused = sxp.child_value(config, 'vncunused')
if vncunused: